object FindFileDlg: TFindFileDlg Left = 547 Top = 611 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Chercher le fichier' ClientHeight = 94 ClientWidth = 180 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True Position = poOwnerFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 43 Height = 13 Caption = '&Chercher :' end object FilenameEdit: TEdit Left = 16 Top = 32 Width = 145 Height = 21 HelpContext = 8001 AutoSelect = False TabOrder = 0 OnChange = FilenameEditChange end object CloseBtn: TButton Left = 88 Top = 64 Width = 73 Height = 23 Cancel = True Caption = '&Fermer' Default = True ModalResult = 1 TabOrder = 1 OnClick = CloseBtnClick end end